Fix empty fields in first hypervisor log line
authorHans van Kranenburg <hans@knorrie.org>
Thu, 3 Jan 2019 21:03:06 +0000 (22:03 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 15 Dec 2020 09:15:41 +0000 (10:15 +0100)
commitc8033cf0b68b0fb32459e7190584b465e6e55c3c
tree6dad125be758dd7e1692b5f7af93bb2599fe8309
parent6245100471fdd0b8708cf52773b401d92ec9d19d
Fix empty fields in first hypervisor log line

Instead of:

    (XEN) Xen version 4.11.1 (Debian )
    (@)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 19:08:37 UTC 2019

I'd like to see:

    (XEN) Xen version 4.11.1 (Debian 4.11.1-1~)
    (pkg-xen-devel@lists.alioth.debian.org)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 22:44:00 CET 2019

The substitution was broken since the great packaging refactoring,
because the directory in which the build is done changed.

Also, use the Maintainer address from debian/control instead of the most
recent changelog entry. If someone wants to use the address to ask a
question, they will end up at the team mailing list, which is better
than an individual person.
xen/Makefile